org.eclipse.vtp.framework.engine.runtime
Class Blueprint
java.lang.Object
org.eclipse.vtp.framework.engine.runtime.Blueprint
public class Blueprint
- extends java.lang.Object
The representation of the architecture of the process.
- Author:
- Lonnie Pryor
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Blueprint
public Blueprint(IProcessDefinition definition,
ConfigurationDescriptor[] configurationDescriptors,
ActionDescriptor[] actionDescriptors,
ObserverDescriptor[] observerDescriptors,
ServiceDescriptor[] serviceDescriptors,
org.eclipse.core.runtime.IExtensionRegistry registry)
createConfigurations
public java.util.Collection createConfigurations(org.w3c.dom.Element data)
getProcessServices
public java.util.Collection getProcessServices(java.lang.String identifier)
getSessionServices
public java.util.Collection getSessionServices(java.lang.String identifier)
getExecutionServices
public java.util.Collection getExecutionServices(java.lang.String identifier)
getActionServices
public java.util.Collection getActionServices(java.lang.String identifier)
getExecutable
public Executable getExecutable(java.lang.String instanceID)
getEntryPoint
public Executable getEntryPoint()
getRegistry
public org.eclipse.core.runtime.IExtensionRegistry getRegistry()